@charset "utf-8";
/*======
 *reset
 *=====*/
html {
	height: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

fieldset, img, iframe {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
address, caption, cite, code, dfn, em, strong, th, var, b, i {
	font-style: normal;
	font-weight: normal;
}
a {
	color: #333;
	text-decoration: none;
}
a:active, a:hover {
	color: #42a4ff;
}

input, textarea, select, button {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input, textarea, select {
	outline: none;
	*font-size: 100%;
}
input, select {
	vertical-align: middle;
}
legend {
	color: #333;
}
textarea {
	resize: none;
}

body {
	height: 100%;
	background:#fff;
	color: #333;
	font-size:18px;
	font-family:'Microsoft Yahei', 'Sim sun', 'tahoma', 'Helvetica ,Neue', 'Helvetica', 'STHeiTi', 'Arial', 'sans-serif';
	line-height:1.5;
	-webkit-font-smoothing: antialiased;
	 -moz-font-smoothing: antialiased; 
	font-smoothing: antialiased;
}
/*======
 *主样式
 *=====*/

/*************
  头部导航区
*************/
.header-wrap {
	width: 100%;
	height: 80px;
	background-color: #fafafa;
}
.header {
	width: 1000px;
	margin: 0 auto;
	height: 80px;
	font-size: 14px;
	color: #333;
}
.header a {
	color: #333;
}
/*
		云业通logo S
	*/
.logo {
	float: left;
	width: 150px;
	height: 80px;
}
.logo img {
	width: 110px;
	height: 80px;
}
/*
		云业通logo E
	*/
	/*
		导航 S
	*/
.nav {
	float: left;
	padding-top: 25px;
}
.nav a {
	float: left;
	width: 70px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	margin-right: 5px;
}
.nav a.current, .nav a:hover {
	color: #fff;
	background-color: #2b7ed1;
}
/*
		导航 E
	*/
	
	/*
		用户管理中心 S
	*/
.user-center {
	float: left;
	width: 190px;
	height: 80px;
	float: right;
}
.user-info {
	float: right;
	line-height: 78px;
	height: 78px;
}
.user-face {
	float: left;
	padding-top: 20px;
}
.user-face img {
	width: 40px;
	height: 40px;
}
/*
		用户管理中心 E
	*/


/*************
  banner区
*************/
.banner-wrap {
	clear: both;
	height: 460px;
	overflow: hidden;
}
.banner {
	width: 100%;
	height: 460px;
	margin: 0 auto;
	position: relative;
}
.banner-scroll-wrap {
	width: 100%;
	min-width: 1000px;
	height: 460px;
	position: relative;
	overflow: hidden;
}
.banner-scroll {
	position: absolute;
	top: 0;
	left: 0;
	width: 99999em;
}
.banner-img-wrap {
	float: left;
	position: relative;
	width: 1900px;
	height: 460px;
}
.banner-img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 460px;
}
.banner-bg {
	position: relative;
	width: 100%;
	height: 460px;
}
.banner1 .banner-bg {
	background-color: #2b7ed1;
}
.banner2 .banner-bg {
	background-color : #1da66e;
}
.banner3 .banner-bg {
	background-color: #6accc3;
}
.banner4 .banner-bg {
	background: url(gdt-index-banner4-bg.jpg) left top repeat-x;
}
.banner1 .banner-img {
	background: url(gdt-index-banner1.jpg) center top no-repeat;
}
.banner2 .banner-img {
	background: url(gdt-index-banner2.jpg) center top no-repeat;
}
.banner3 .banner-img {
	background: url(gdt-index-banner3.jpg) center top no-repeat;
}
.banner4 .banner-img {
	background: url(gdt-index-banner4.jpg) center top no-repeat;
}
.banner-desc {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	top: 88px;
	color: #fff;
	z-index: 99
}
.banner-desc h2 {
	font-size: 48px;
	font-weight: normal;
	line-height: 90px;
}
.banner-desc p {
	font-size: 18px;
	line-height: 30px;
}
.banner-desc .tc-btn.a-black {
	margin-top: 32px;
}
.banner-list-dot-wrap {
	position: relative;
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	margin-top: -40px;
	bottom: 0;
	z-index: 99;
}
.banner-list-dot {
	position: relative;
	display: inline-block;
 *display:block;
 *width:88px;
 *margin:0 auto;
	height: 12px;
}
.banner-list-dot a {
	float: left;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999em;
	overflow: hidden;
	background: url(icons.png) -250px -100px no-repeat;
}
.banner-list-dot a.current {
	background: url(icons.png) -200px -100px no-repeat;
}
.scroll-arrow {
	position: absolute;
	display: block;
	top: 200px;
	width: 60px;
	height: 60px;
	background: url(icons.png) no-repeat;
	z-index: 99;
}
.scroll-arrow.arrow-right {
	right: 50px;
	background-position: -30px -135px;
}
.scroll-arrow.arrow-right:hover {
	background-position: -130px -135px;
	background-color: #000;
	opacity: 0.3;
	-moz-opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
 filter:progid:DXImageTransform.Microsoft.Fade ( duration=0.3, overlap=1.0 );
	filter: alpha(opacity=30);
}
.scroll-arrow.arrow-left {
	left: 50px;
	background-position: 20px -135px;
}
.scroll-arrow.arrow-left:hover {
	background-position: -80px -135px;
	background-color: #000;
	opacity: 0.3;
	-moz-opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
 filter:progid:DXImageTransform.Microsoft.Fade ( duration=0.3, overlap=1.0 );
	filter: alpha(opacity=30);
}
/*************
  主内容区
*************/
.main {
}
/*
		了解云业通 S
	*/
.content-gdt-wrap {
	min-width: 1000px;
	background-color: #fbfbfb;
	padding-bottom: 60px;
}
.content-gdt {
	width: 1000px;
	margin: 0 auto;
}
.introduction {
	margin-bottom: 50px;
}
.introduction h1 {
	text-align: center;
	font-size: 48px;
	line-height: 152px;
	font-weight: normal;
	color: #333;
}
.introduction p {
	padding: 0 140px;
	line-height: 32px;
	font-size: 18px;
	color: #666;
}
.news-forum {
	overflow: hidden;
}
.news-forum-title {
	margin: 0 auto;
	width: 120px;
	height: 140px;
}
.news-forum-title h3 {
	font-size: 28px;
	line-height: 72px;
	text-align: center;
	font-weight: normal;
}
.title-ico {
	display: inline-block;
	width: 120px;
	height: 68px;
	background: url(icons.png) no-repeat;
}
.title-ico.news-ico {
	background-position: 30px -200px;
}
.title-ico.forum-ico {
	background-position: -80px -200px;
}
.news-forum-list {
	margin: 0 auto;
	width: 364px;
	padding-top: 32px;
	border-top: 1px solid #ededed;
}
.news-forum-list li {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}
.news-forum-list li a {
	color: #666;
}
.news-forum-list li i {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	width: 25px;
	height: 13px;
	background: url(icons.png) no-repeat;
}
.news-forum-list li i.new {
	background-position: -150px -50px;
}
.news-forum-list li i.hot {
	background-position: -200px -50px;
}
.news-forum-list li span {
	float: right;
	font-size: 12px;
	color: #999;
}
.news {
	float: left;
	width: 490px;
	height: 400px;
	padding-top: 50px;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	background-color: #fff;
}
.forum {
	float: right;
	width: 490px;
	height: 400px;
	padding-top: 50px;
	border-left: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	background-color: #fff;
}
/*
		了解云业通  E
	*/
	
	/*
		在线学习  S
	*/
.online-learn-wrap {
	min-width: 1000px;
	background-color: #eee;
}
.online-learn {
	width: 1000px;
	margin: 0 auto;
}
.learn-desc {
	padding: 46px 0 18px 0;
}
.learn-desc h2 {
	text-align: center;
	font-size: 48px;
	line-height: 72px;
	font-weight: normal;
	color: #333;
}
.learn-desc p {
	padding: 0 140px;
	line-height: 32px;
	font-size: 18px;
	color: #999;
}
.learn-class-wrap {
	overflow: hidden;
	padding-bottom: 60px;
}
.learn-class {
	float: left;
	width: 320px;
	height: 369px;
	padding-bottom: 30px;
	background-color: #fff;
	overflow: hidden;
}
.class-header {
	padding: 22px 0 0 30px;
	height: 130px;
	color: #fff;
	background: url(icons.png) #2b7ed1 no-repeat;
}
.class-header h3 {
	font-size: 28px;
	line-height: 56px;
	font-weight: normal;
}
.class-header p {
	width: 140px;
	font-size: 14px;
	line-height: 24px;
}
.class-list-wrap {
	position: relative;
	height: 247px;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}
.class-list-wrap .tc-btn {
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.class-list {
	padding: 22px 30px 20px 30px;
	color: #333;
}
.class-list a {
	color: #333;
}
.class-list li {
	height: 32px;
	line-height: 32px;
	padding-left: 20px;
	font-size: 14px;
	overflow: hidden;
	background: url(icons.png) 0 -830px no-repeat;
}
.learn-class-new {
	margin-right: 20px;
}
.learn-class-new .class-header {
	background-position: right -285px;
}
.learn-class-skill .class-header {
	background-position: right -459px;
	background-color: #74c737;
}
.learn-class-ploy {
	float: right;
}
.learn-class-ploy .class-header {
	background-position: right -635px;
}
/*
		在线学习  E
	*/
	
	
	/*
		成功案例  S
	*/
.ok-case-wrap {
	min-width: 1000px;
	background-color: #fbfbfb;
}
.ok-case {
}
.case-desc {
	width: 1000px;
	margin: 0 auto;
	padding-top: 46px;
}
.case-desc h2 {
	text-align: center;
	font-size: 48px;
	line-height: 72px;
	font-weight: normal;
	color: #333;
}
.case-desc p {
	padding: 0 140px;
	line-height: 32px;
	font-size: 18px;
	color: #999;
}
.case-scroll-wrap {
	position: relative;
	padding-bottom: 56px;
}
.scroll-more {
	width: 1000px;
	margin: 0 auto;
}
.scroll-more, .scroll-more a {
	text-align: right;
	line-height: 45px;
	font-size: 14px;
	color: #333;
}
.case-scroll-wrap .scroll-arrow {
	top: 77px;
}
.case-scroll-wrap .scroll-arrow.arrow-right {
	right: 100px;
}
.case-scroll-wrap .scroll-arrow.arrow-right:hover {
	background-color: #2b7ed1;
	opacity: 1;
	-moz-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 filter:progid:DXImageTransform.Microsoft.Fade ( duration=1, overlap=1.0 );
	filter: alpha(opacity=100);
}
.case-scroll-wrap .scroll-arrow.arrow-left {
	left: 100px;
}
.case-scroll-wrap .scroll-arrow.arrow-left:hover {
	background-color: #2b7ed1;
	opacity: 1;
	-moz-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 filter:progid:DXImageTransform.Microsoft.Fade ( duration=1, overlap=1.0 );
	filter: alpha(opacity=100);
}
.slider-case-wrap {
	position: relative;
	height: 244px;
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.case-scroll {
	position: absolute;
	top: 0;
	left: 0;
	width: 99999em;
	overflow: hidden;
	height: 244px;
}
.case-scroll li {
	float: left;
	width: 235px;
	margin-right: 15px;
}
.case-scroll li.last {
	margin: 0;
	float: right;
}
.case-scroll li img {
	display: block;
	width: 234px;
	height: 119px;
	border-bottom: 1px solid #ececec;
	border-right: 1px solid #ececec;
}
.case-scroll li h3, .case-scroll li h3 a {
	text-align: center;
	font-size: 28px;
	font-weight: normal;
	line-height: 60px;
	padding-top: 16px;
	color: #333;
}
.case-scroll li p, .case-scroll li p a {
	text-align: center;
	padding: 0 12px;
	font-size: 14px;
	line-height: 24px;
	color: #999;
}

.brand .case-ecc,.brand .case-o2o,.brand .case-app,.brand .case-weixin,.ecc .case-brand,.ecc .case-o2o,.ecc .case-app,.ecc .case-weixin,.o2o .case-brand,.o2o .case-ecc,.o2o .case-app,.o2o .case-weixin,.app .case-brand,.app .case-ecc,.app .case-o2o,.app .case-weixin,.weixin .case-brand,.weixin .case-ecc,.weixin .case-o2o,.weixin .case-app{
	display: none;
}
/*
		成功案例  E
	*/
	
	/*
		浮动工具栏  E
	*/
.side-bar {
	width: 60px;
	position: fixed;
	bottom: 20px;
	right: 0;
	background-color: #fff;
}
.side-bar a {
	display: block;
	float: left;
	width: 59px;
	height: 80px;
	font-size: 12px;
	border-left: 1px solid #ededed;
}
.side-top {
	border-bottom: 1px solid #ededed;
}
.side-ico {
	display: block;
	margin: 0 auto;
	background: url(icons.png) no-repeat;
}
.side-text {
	display: block;
	line-height: 28px;
	text-align: center;
	color: #2c9cff;
}
.side-bar a:hover .side-text {
	color: #2b7ed1;
}
.ico-qq .side-ico {
	width: 30px;
	height: 34px;
	margin-top: 13px;
	background-position: -50px -100px;
}
.ico-qq:hover .side-ico {
	background-position: 0px -100px;
}
.ico-email .side-ico {
	width: 28px;
	height: 24px;
	margin-top: 18px;
	background-position: -150px -100px;
}
.ico-email:hover .side-ico {
	background-position: -100px -100px;
}
.side-bar .ico-arrow {
	width: 60px;
	height: 60px;
	border: none;
	background: url(icons.png) -185px -130px #2c9cff no-repeat;
}
.ico-arrow:hover {
	background-color: #2b7ed1;
}
/*
		浮动工具栏  E
	*/
	
/*************
  底部内容区
*************/
.footer-wrap {
	background-color: #354051;
	height: 300px;
	clear: both;
}
.footer {
	width: 1000px;
	margin: 0 auto;
	padding-top: 37px;
	background-color: #354051;
}
/*
		友情链接&收听我们  S
	*/
.links {
	float: left;
	width: 440px;
	height: 170px;
}
.fllows {
	float: right;
}
.links h3, .fllows h3 {
	font-size: 28px;
	color: #fff;
	font-weight: normal;
	line-height: 87px;
}
.links p, .links p a, .fllows p, .fllows p a {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-right: 25px;
}
.links p {
	margin: 0;
}
.fllows p a {
	position: relative;
	display: inline-block;
}
.fllows p a:hover .qr-wrap {
	display: block;
}
.qr-wrap {
	display: block;
	position: absolute;
	width: 240px;
	height: 268px;
	bottom: 40px;
	left: -106px;
	cursor: default;
	background: url(icons.png) 113px 260px no-repeat;
	display: none;
}
.qr-img {
	display: block;
	background-color: #fff;
	padding-top: 25px;
	height: 165px;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
}
.qr-img img {
	display: block;
	margin: 0 auto
}
.qr-text {
	display: block;
	text-align: center;
	height: 54px;
	background-color: #2b7ed1;
	color: #fff;
	font-size: 12px;
}
.qr-feed .qr-text {
	padding: 16px 24px 0 24px;
}
.qr-services .qr-text {
	padding: 16px 16px 0 16px;
}
.fllows .ico {
	margin-right: 6px;
}
.ico {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	background: url(icons.png) no-repeat;
}
.ico.wchat {
	background-position: 0 -50px;
}
.ico.qweibo {
	background-position: -50px -50px;
}
.ico.sweibo {
	background-position: -100px -50px;
}
/*
		友情链接&收听我们  E
	*/
	
	/*
		版权信息  S
	*/
.copyright {
	clear: both;
	padding-top: 18px;
	padding-bottom: 10px;
	border-top: 1px solid #485261;
	background: #354051;
}
.copyright, .copyright a {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}
.copyrightfixed{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
}

/*
		版权信息  E
	*/



/*新增*/


.header-wrap {
	border-bottom: 1px solid #e5e5e5;
}
.tc-nav-tit {
	float: left;
	height: 40px;
	border-left: 1px solid #e5e5e5;
	padding-left: 20px;
	margin-top: 20px;
}
.tc-nav-tit h1 {
	font-weight: normal;
	line-height: 40px;
	font-size: 28px;
}
/*注册页*/
.tc-reg-intro {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 40px;
}
.tc-reg-intro h2 {
	font-weight: normal;
	line-height: 60px;
	font-size: 42px;
}
.tc-reg-intro p {
	line-height: 40px;
	font-size: 20px;
	color: #999;
}
.tc-reg-intro p a {
	color: #2b7ed1;
}
.tc-reg-form {
	text-align: center;
	font-size: 20px;
}
.tc-reg-form ul {
	width: 410px;
	margin: 0 auto;
}
.tc-reg-form li {
	position: relative;
	width: 408px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #d5d5d5;
	margin-bottom: 10px;
	text-align: left;
	font-size: 20px;
}
.tc-reg-form li i {
	float: left;
	width: 50px;
	height: 48px;
}
.tc-reg-form li input {
	float: left;
	width:60%;
}
.tc-reg-form li input.placeholder{
	color:#999;
}
.tc-reg-form li span{
	float:left;
}
.tc-reg-form li a {
	float: right;
	display: block;
	margin-right: 10px;
	color: #2b7ed1;
	font-size: 16px;
}
.tc-reg-form li em {
	display: none;
	cursor: pointer;
	float: right;
	margin-right: 10px;
	margin-top: 11px;
	width: 25px;
	height: 25px;
	background: url(icons.png) 0 -1101px no-repeat;
}
.tc-reg-form li p {
	display: none;
	position: absolute;
	width: 410px;
	color: #c00;
	font-size: 16px;
	line-height: 48px;
	top: 0;
	right: -420px;
}
.tc-reg-form li.form-foucs em {
	display: block;
}
.tc-reg-form li.form-error {
	border: 1px solid #c00;
}
.tc-reg-form li.form-error em {
	display: block;
	background: url(icons.png) -50px -1101px no-repeat;
}
.tc-reg-form li.form-error p {
	display: block;
}
.tc-reg-form li i{
	background-image: url(icons.png);
	background-repeat:no-repeat;
}
.tc-reg-form li i.qq {
	background-position: 10px -1042px;
}
.tc-reg-form li i.contacts {
	background-position:-40px -1042px;
}
.tc-reg-form li i.tel {
	background-position:-90px -1042px;
}
.tc-reg-form li i.mail {
	background-position:-140px -1042px ;
}
.tc-reg-form li i.how {
	background-position:-190px -1042px;
}
.tc-reg-form .reg-protocol {
	line-height: 60px;
}
.tc-reg-form .reg-protocol input {
	vertical-align: middle;
}
.reg-protocol a {
	color: #2b7ed1;
}
.tc-reg-success {
	text-align: center;
}
.tc-reg-success h2 {
	font-weight: normal;
	line-height: 60px;
	font-size: 42px;
}
.tc-reg-success .tc-btn.blue {
	display: block;
	margin: 30px auto 0 auto;
}
.tc-reg-success .tc-link {
	font-size: 20px;
	color: #2b7ed1;
	line-height: 60px;
}
.tc-list-stress {
	text-align: center;
	padding-top: 150px;
	width: 735px;
	margin: 0 auto;
}
.tc-list-stress h2 {
	font-weight: normal;
	line-height: 110px;
	font-size: 28px;
}
.tc-list-stress ul {
	display: inline-block;
}
.tc-list-stress li {
	text-align: center;
	width: 130px;
	margin: 0 25px;
	float: left;
}
.tc-list-stress li p i {
	display: block;
	width:52px;
	height:50px;
	margin:0 auto;
	font-size:0;
	text-indent:-9999em;
	overflow:hidden;
}
.tc-list-stress li p i{
	background-image: url(icons.png);
	background-repeat:no-repeat;
}
.stress-icon-share{
	background-position:-100px -1201px;
}
.stress-icon-prec{
	background-position:-200px -1201px;
}
.stress-icon-effic{
	background-position:5px -1260px;
}
.stress-icon-app{
	background-position:-95px -1260px;
}
.stress-icon-acc{
	background-position:0 -1151px;
}
.stress-icon-create{
	background-position:-100px -1151px;
}
.stress-icon-detect{
	background-position:-200px -1151px;
}
.stress-icon-opti{
	background-position:0 -1201px;
}


.tc-list-stress li span {
	line-height: 60px;
	font-size: 20px;
}
.reg-btn-wrapper {
	width: 410px;
	margin: 60px auto;
	margin-top: 23px;
}
/*经典案例*/
.tc-case-wrapper {
	position: relative;
	width: 1000px;
	padding-top: 60px;
	margin: 0 auto;
}
.tc-case-class {
	position: absolute;
	top: 60px;
	left: 0;
	width: 130px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	z-index: 100;
}
.tc-case-class a {
	display: block;
	width: 110px;
	color: #666;
	margin-bottom: 12px;
}
.tc-case-class a.class-current, .tc-case-class a:hover {
	background: #3083cc;
	color: #fff;
	font-weight: bold;
}
.tc-case-list, .tc-case-detail {
	padding-left: 130px;
}
.case-list-item {
	clear: both;
	overflow: hidden;
	margin-bottom: 60px;
}
.case-list-item .item-img {
	float: left;
	width: 520px;
}
.item-img img {
	width: 490px;
	height: 330px;
}
.case-list-item .item-info {
	float: left;
}
.item-info h2 {
	font-weight: normal;
	font-size: 42px;
	line-height: 80px;
}
.item-info p {
	width: 330px;
	font-size: 20px;
	line-height: 34px;
	color: #999;
	margin-bottom: 20px;
}
.item-info ul {
	overflow: hidden;
	margin-bottom: 26px;
}
.item-info ul li {
	float: left;
	width: 110px;
}
.item-info ul li span {
	display: block;
	line-height: 54px;
	font-size: 28px;
}
.item-info ul li i {
	display: block;
	line-height: 32px;
	font-size: 20px;
	font-style: normal;
}
.tc-case-detail .detail-txt {
	margin-bottom: 50px;
	clear: both;
	overflow: hidden;
}
.detail-txt h2 {
	font-weight: normal;
	font-size: 42px;
	line-height: 70px;
}
.detail-txt dt {
	width: 1000px;
	font-size: 28px;
	line-height: 50px;
}
.detail-txt dd {
	width: 1000px;
	font-size: 20px;
	line-height: 32px;
	color: #999;
}
.detail-txt ul {
	padding-top: 20px;
}
.detail-txt li {
	float: left;
	width: 270px;
	margin-right: 20px;
}
.detail-txt li img {
	width: 268px;
	height: 150px;
	border: 1px solid #e7e7e7;
}
.detail-txt li p {
	text-align: center;
	line-height: 64px;
	font-size: 28px;
}
.detail-img {
	background: #eee;
}
.detail-img p{
	margin: 0 auto;
	width:1000px;
	overflow:hidden;
}
.detail-img img {
	float:right;
}

/*代理商授权查询*/
.tc-agents-wrapper{
	width:900px;
	margin:0 auto;
	margin-bottom:60px;
}
.agents-form{
	margin-bottom:10px;
}
.agents-form ul{
	width:100%;
	margin:auto;
	overflow:hidden;
}
.agents-form li.form-input{
	float:left;
	width: 648px;
	padding-left:20px;
	height:46px;
	line-height:46px;
	margin-bottom:0;
	overflow:hidden;
}
.agents-form li.form-input input{
	line-height:46px;
	height:46px;
}
.agents-form li.form-btn{
	float:right;
	width:210px;
	border:none;
	margin-bottom:0;
}
.agents-form li.form-btn .tc-btn{
	margin-right:0;
}

.agents-results,.agents-results-error{
	font-size:20px;
	line-height:32px;
}
.agents-results .results-applyfor{
	float:right;
	margin-right:230px;
}
.agents-results-error{
	color:#c00;
}



/* 广点官网UI组件规范---按钮 */
.tc-btn, .tc-btn:link, .tc-btn:visited, .tc-btn:hover, .tc-btn:active {
	display: inline-block;
	width: 260px;
	height: 48px;
	text-align: center;
	font: 18px/48px "Microsoft YaHei";
	text-decoration: none;
	color: #fff;
	vertical-align: middle;
	cursor: pointer;
}
/*size*/

.tc-btn.s {
	width: 210px;
}
.tc-btn.m {
	width: 260px;
}
.tc-btn.l {
	width: 410px;
}
/*color*/
/*-blue*/
.tc-btn.blue {
	background: #2b7ed1;
}
/*-green*/
.tc-btn.green {
	background: #74c737;
}
/*-a-black*/
.tc-btn.a-black {
	margin: 0;
	width: 180px;
	height: 50px;
	line-height: 50px;
	background: url(icons.png) -120px -950px no-repeat;
}
/*-transparent*/
.tc-btn.trans {
	border: 1px solid #fff;
	background: none;
}
/*-disable*/
.tc-btn.disable, .tc-btn.disable.focus, .tc-btn.disable:hover, .tc-btn.disable:focus {
	background: #f6f6f6;
	border-color: #c3c3c3;
	color: #8e929b;
	cursor: default;
}
/*文本输入框*/
.tc-input-text {
	display: inline-block;
	padding:9px 0;
	font-size: 20px;
	vertical-align: middle;
	border: 0.1rem solid #ccc;
	border-radius: 0.2rem;
	font-family: "Microsoft YaHei", Helvetica, Droid Sans Fallback;
	outline: 0;
}
.tc-input-text::-webkit-input-placeholder {
 font-size:20px;
}
/*-type*/
.tc-input-text.noborder {
	border: none;
	border: 0;
}
/*-size*/
.tc-input-text.auto {
	width: 100%;
}
.tc-input-text.p70 {
	width: 70%;
}
/*-error*/
.tc-input-text.error {
	border: 0.1rem solid #cc0000;
}
/*-disable*/
.tc-input-text.disable, .tc-input-text.disable:hover, .tc-input-text.disable:focus, .tc-input-text-disable, .tc-input-text-disable:hover, .tc-input-text-disable:focus {
	border-color: #d5d5d5;
	background: #e8e8e8;
	color: #e8e8e8;
	cursor: default;
}
/*自定义下拉列表*/
.tc-select-custom {
	float: left;
	width: 348px;
	height: 48px;
	overflow: hidden;
 *height:29px;
 *margin-top:9px;
}
.tc-select-custom select {
	width: 100%;
	border: none;
	font-size: 20px;
	line-height: 48px;
	font-family: "Microsoft YaHei", Helvetica, STHeiti, Droid Sans Fallback;
 *margin:-1px;
 *width:351px;
 *float:left;
}
.mylistbox-text1 {
	margin: 0 10px;
	float: left;
	height: 78px;
	top: 20px;
	position: relative;
	vertical-align: top;
	line-height: 32px;
	margin-bottom: 20px;
	position: relative;
}
.mylistbox-text1 a, .mylistbox-text1 a:hover {
	color: #484848;
}
.mylistbox-text1 a {
	display: block;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	padding: 0 10px;
}
.mylistbox-text1 dt a {
	border: 1px solid #D4CA9A;
	background: url("icon-select.gif") center right no-repeat;
	padding-right: 30px;
}
.mylistbox-text1 dd {
	z-index: 99999;
	position: relative;
}
.mylistbox-text1 dd ul {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #AAAAAA;
	color: #333333;
	display: none;
	z-index: 9;
}
.mylistbox-text1 span.value {
	display: none;
}
.mylistbox-text1 dd ul li a:hover, .mylistbox-text1 dd .current {
	background-color: #3480D2;
	color: #FFFFFF;
}
.btn_logout {
	margin-left: 10px;
	float: left;
}
/* 云业通后台UI组件规范---弹出框*/
.maskdiv {
	background-color: #2f2f2f;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	filter: alpha(opacity = 70);
	opacity: 0.7;
	z-index: 9999;
}
.maskdivNobg {
	background-color: #2f2f2f;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	filter: alpha(opacity = 0);
	opacity: 0;
}
.pop-wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.pop-wrap {
	min-width: 500px;
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: -270px;
	line-height: 20px;
	margin: 5px;
	background: #ffffff;
	zoom: 1;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
	z-index: 9999;
}
.pop-btn-bar {
	padding: 20px 0;
	border-top: 1px solid #efefef;
	color: #b28e52;
	text-align: center;
}
.pop-btn-bar a {
	margin-right: 10px;
}
.pop-title {
	font-size: 18px;
	font-weight: normal;
	text-indent: 20px;
	line-height: 50px;
	color: #ffffff;
	font-family: 微软雅黑;
	background: #2b7ed1;
	border-bottom: 1px solid #1c5ca7;
	box-shadow: 0 1px 0 #e5e5e5;
}
.pop-close {
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	line-height: 40px;
	background: url(icons.png) -250px -1051px no-repeat;
	position: absolute;
	top: 14px;
	right: 14px;
	display: inline-block;
	cursor: pointer;
	overflow: hidden;
	vertical-align: middle;
}
.pop-wrap .table-form-blk {
	padding-left: 20px;
	padding-right: 40px;
}
.pop-wrap .pop-info-wrapper {
	display: table;
	width: 100%;
	min-height: 180px;
}
.pop-wrap .pop-info-wrapper .pop-info {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	line-height: 36px;
	font-size: 20px;
	padding: 90px;
}
.pop-wrap .pop-info-wrapper .pop-info p {
	word-break: break-all;
}
.pop-info p a{
	color:#2b7ed1;
}
.popup-tips{
	line-height:60px;
	color:#999;
}
/*弹出框尺寸*/
.pop-wrap.width-limit-m {
	width: 600px;
	margin-left: -300px;
}
.pop-wrap.width-limit-l {
	width: 820px;
	margin-left: -410px;
}
/*  |xGv00|1dc9bff2516d5f6999289f70f21f2bf0 */










.act-wrap{
	width: 1260px;
	margin: 0 auto;
	font-family: "微软雅黑",tahoma;
	font-size: 16px;
	line-height: 30px;
	position: relative;
}
.act-wrap *,.act-wrap em{
	font-style: normal;
}
.act-wrap .act-tit{
	font-size: 48px;
	line-height: 60px;
	padding-top: 40px;
	padding-bottom: 25px;	
	text-align: center;
}
.blk-hidd{
	display: none;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    display: block;
    visibility: hidden;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/********************
topbar
********************/
.topbar {
    width: 100%;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
}
.activ-reg-logo{
	width: 107px;
	height: 50px;
	margin: 30px 0 0 45px;
	background-image: url(activ-reg-logo.png);
	text-indent: -999px;
}
.link-gdt{
	height: 28px;
	line-height: 28px;
	color: #fff;
	display: inline-block;
	position: absolute;
	right: 30px;
	top: 18px;
}
.link-reg{
	height: 28px;
	line-height: 28px;
	color: #fff;
	display: inline-block;
	position: absolute;
	right: 80px;
	top: 18px; 
}
.link-line{
	height: 28px;
	line-height: 28px;
	color: #fff;
	display: inline-block;
	position: absolute;
	right: 70px;
	top: 18px; 
}
/********************
banner
********************/
.act-banner{	
	background: url(activ-reg-banner.jpg) #fff no-repeat center;
	background-size: cover;
}
.act-banner .act-wrap{
	height: 827px;
}
.act-banner .slogan{
	width: 628px;
	height: 203px;
	position: absolute;
	left: 30px;
	top:260px;
	background-image: url(activ-reg-slogan.png);
	text-indent: -9999px;
}
.act-banner .btn-reg{
	position: absolute;
	top: 500px;
	left: 30px;
	width: 268px;
	height: 64px;
	display: inline-block;
	cursor: pointer;
	text-indent: -9999px;
	background: url(activ-reg-join.png) no-repeat;
	z-index: 1;
}
/**********************
优势
**********************/
.act-features-plat{
	height: 500px;
	background-color: #fff;
}

.act-features-terminal{
	height: 500px;
	background-color: #fff;
}
.act-features-effect{
	height: 677px;
	background-image: url(activ-reg-bggray2.jpg);
	background-size: cover;
}
.act-features-plat .img{
	width: 590px;
	height: 500px;
	background-image: url(activ-reg-imgplat.png);
	background-position: center;
	background-repeat: no-repeat;
}
.act-features-terminal .img{
	width: 590px;
	height: 500px;
	background-image: url(activ-reg-imgterminal.png);
	background-position: center;
	background-repeat: no-repeat;
}
.act-features-plat .info{
	width: 581px;
	height: 160px;
	background-image: url(activ-reg-word.png~);
	background-position: 0 0;
	position: absolute;
	right:30px;
	top:100px;
	~text-indent: -9999px;
}

.act-features-terminal .info{
	width: 581px;
	height: 160px;
	background-image: url(activ-reg-word.png~);
	background-position: 0 -384px;
	~text-indent: -9999px;
	position: absolute;
	right:30px;
	top:120px;	
}
.act-features-effect .info{
	width: 581px;
	height: 104px;
	background-image: url(activ-reg-word.png~);
	background-position: 0 -580px;
	~text-indent: -9999px;
	position: absolute;
	left:30px;
	top:250px;
}
.act-features-effect .img{
	width: 565px;
	border-left: 1px solid #dfe0e4;
	border-top: 1px solid #dfe0e4;
	background-color: #fff;
	position: absolute;
	right: 10px;
	top: 130px;
}
.act-features-effect .img li{
	width: 140px;
	height: 162px;
	padding-top: 28px;
	float: left;
	border-right: 1px solid #dfe0e4;
	border-bottom: 1px solid #dfe0e4;
	position: relative;
}
.act-features-effect .img li p{
	padding-top: 10px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.act-features-effect .img li:hover .tips{
	display: block;
}
.tips{
	width: 140px;
	height: 190px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.tips .word{
	padding: 10px;
	font-size: 14px;
	line-height: 21px;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	z-index: 10;
}
.tips .tips-bg{
	width: 100%;
	height: 100%;
	background-color: #414854;
	filter: alpha(opacity = 90);
	opacity: 0.9;
	z-index: 5;
}
/********************
立即申请加入
********************/
.act-reg{
	background-color: #343f51;
	text-align: center;
}
.act-reg .act-wrap{
	height: 65px;
	padding-top: 100px;
	padding-bottom: 125px;
	border-bottom:1px solid #495363;
}
.act-reg .btn-reg{
	width: 461px;
	height: 65px;
	display: inline-block;
	background:url(activ-reg-btjoin.png);
}
.act-reg .btn-reg a{
	width: 342px;
	height: 65px;
	display: inline-block;
	cursor: pointer;
	text-indent: -9999px;
}
/********************
页脚
********************/
.act-footer{
	background-color: #343f51;
	color: #ffffff;
	text-align: center;	
	padding: 20px 0;
}
.act-footer .act-wrap{
	font-size: 12px;
	line-height: 24px;
	font-family: 微软雅黑;
}
.act-footer a{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.act-footer .copy_link a{	
	margin: 0 5px;	
}

/*海亮的广告资源S*/
.act-features-level{
	height: 660px;
	background-image: url(activ-reg-bggray.jpg);
	background-size: cover;
}
.act-features-level .img{
	width: 693px;
	height: 660px;
	background-image: url(activ-reg-levelbg.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right:0;
	top:0;
}
.act-features-level .info{
	width: 561px;
	height: 160px;
	background-image: url(activ-reg-word.png~);
	background-position: 0 -190px;
	~text-indent: -9999px;
	position: absolute;
	left: 30px;
	top:210px;
}

.a-src{
	width: 693px;
	height: 660px;
	position: relative;
}

.a-src-icon li{
	display: block;
	position: absolute;
	-webkit-animation-name: bounceIn;
		-webkit-animation-duration: .75s;
		-webkit-animation-delay: 0s;
		-webkit-animation-fill-mode: both;
		-webkit-animation-play-state:paused;
		-webkit-transform-style: preserve-3d;
		-webkit-backface-visibility: hidden;
		animation-name: bounceIn;
		animation-duration: .75s;
		animation-delay: 0s;
		animation-fill-mode: both;
		animation-play-state:paused;
		transform-style: preserve-3d;
		backface-visibility: hidden;
}
.icon-1{
	width: 54px;
	height:84px;
	top:280px;
	left:350px;
	background-image: url(activ-reg-levelico01.png);
}
.icon-2{
	width: 58px;
	height:91px;
	top:170px;
	left:492px;
	background-image: url(activ-reg-levelico02.png);
}
.icon-3{
	width: 58px;
	height:91px;
	top:190px;
	left:236px;
	background-image: url(activ-reg-levelico03.png);
}
.icon-4{
	width: 52px;
	height:84px;
	top:144px;
	left:100px;
	background-image: url(activ-reg-levelico04.png);
}
.icon-5{
	width: 25px;
	height:40px;
	top:285px;
	right:125px;
	background-image: url(activ-reg-levelico05.png);
}
.icon-6{
	width: 27px;
	height:42px;
	top:310px;
	left:140px;
	background-image: url(activ-reg-levelico06.png);
}
.icon-7{
	width: 27px;
	height:42px;
	top:160px;
	left:380px;
	background-image: url(activ-reg-levelico07.png);
}
.icon-8{
	width: 15px;
	height:24px;
	top:290px;
	left:300px;
	background-image: url(activ-reg-levelico08.png);
}
.icon-9{
	width: 15px;
	height:24px;
	top:190px;
	left:190px;
	background-image: url(activ-reg-levelico09.png);
}

.animate3 .a-src{
	background: none;
}
.animate3 .a-src-icon li{
	-webkit-animation-play-state:running;
	animation-play-state:running;
}
.animate3 .icon-1{
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
.animate3 .icon-2{
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.animate3 .icon-3{
	-webkit-animation-delay: .95s;animation-delay: .95s;
}
.animate3 .icon-4{
	-webkit-animation-delay: .8s;animation-delay: .8s;
}
.animate3 .icon-5{
	-webkit-animation-delay: .78s;animation-delay: .78s;
}
.animate3 .icon-6{
	-webkit-animation-delay: .76s;animation-delay: .76s;
}
.animate3 .icon-7{
	-webkit-animation-delay: .9s;animation-delay: .9s;
}
.animate3 .icon-8{
	-webkit-animation-delay: .8s;animation-delay: .8s;
}
.animate3 .icon-9{
	-webkit-animation-delay: 1s;animation-delay: 1s;
}
.animate3 .icon-10{
	-webkit-animation-delay: .95s;animation-delay: .95s;
}
.animate3 .icon-11{
	-webkit-animation-delay: .9s;animation-delay: .9s;
}
.animate3 .icon-12{
	-webkit-animation-delay: .85s;animation-delay: .85s;
}

/*海亮的广告资源E*/
/*  |xGv00|6d2d3b013850f8f11b8adde787a0d4ca */