@charset "utf-8";
/*======
 *重置浏览器默认样式
 *=====*/
body, div, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, iframe, input, textarea, select, label, article, aside, footer, header, menu, nav, section, time, audio, video {
	margin: 0;
	padding: 0;
}
article, aside, footer, header, hgroup, nav, section, audio, canvas, video, img {
	display: block;
}
/*  1. 修正移动设备调整屏幕方向时，字体缩放问题
 2. 去除点击元素后高亮背景*/
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: "Microsoft YaHei", Helvetica, STHeiti, Droid Sans Fallback;
	color: #333;
	-webkit-text-size-adjust: 100%; /* 1 */
	-ms-text-size-adjust: 100%; /* 1 */
	-webkit-tap-highlight-color: rgba(0,0,0,0);/* 2 *//*    -webkit-user-select:none;
	 -moz-user-focus:none;
	 -moz-user-select:none;*/
}
/* 禁止文本域缩放*/
textarea {
	resize: none;
}
iframe, img {
	border: 0;
}

ul, ol, li {
	list-style: none;
}
/*  去除表单元素焦点样式
 1. 解决某些移动设备下焦点样式无法去除的问题*/
input, select, textarea {
	outline: 0;
	-webkit-user-modify: read-write-plaintext-only;/* 1*/
}
/* 去除ios4x及以下版本中input的默认阴影*/
a {
	color: #333;
	text-decoration: none;
}
/*======
 *主样式
 *=====*/

/*************
  头部导航区
*************/
.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%;
	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(../images/gdt-index-banner4-bg.jpg) left top repeat-x;
}
.banner1 .banner-img {
	background: url(../images/gdt-index-banner1.jpg) center top no-repeat;
}
.banner2 .banner-img {
	background: url(../images/gdt-index-banner2.jpg) center top no-repeat;
}
.banner3 .banner-img {
	background: url(../images/gdt-index-banner3.jpg) center top no-repeat;
}
.banner4 .banner-img {
	background: url(../images/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(../images/icons.png) -250px -100px no-repeat;
}
.banner-list-dot a.current {
	background: url(../images/icons.png) -200px -100px no-repeat;
}
.scroll-arrow {
	position: absolute;
	display: block;
	top: 200px;
	width: 60px;
	height: 60px;
	background: url(../images/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 {
	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(../images/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(../images/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 {
	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(../images/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(../images/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 {
	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(../images/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(../images/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;
}
/*
		友情链接&收听我们  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(../images/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(../images/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(../images/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(../images/icons.png) -50px -1101px no-repeat;
}
.tc-reg-form li.form-error p {
	display: block;
}
.tc-reg-form li i{
	background-image: url(../images/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(../images/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(../images/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;
}

/*
		浮动工具栏  S
	*/
.side-bar-new{
	width: 60px;
	position: fixed;
	bottom: 20px;
	right: 0;
	background-color: #fff;
}
.side-bar-new 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(http://qzonestyle.gtimg.cn/open_proj/gdt_gw/images/icons.png) no-repeat;
}
.side-text {
	display: block;
	line-height: 28px;
	text-align: center;
	color: #2c9cff;
}
.side-bar-new 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-new .ico-arrow {
	display: block;
	width: 60px;
	height: 60px;
	border: none;
	background: url(http://qzonestyle.gtimg.cn/open_proj/gdt_gw/images/icons.png) -185px -130px #2c9cff no-repeat;
}
.ico-arrow:hover {
	background-color: #2b7ed1;
}
/*
		浮动工具栏  E
	*/

/*自定义下拉列表*/
.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("../images/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(../images/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|0321e6049054054ef17a9ccc0d9e1e33 */