﻿@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 */
}
/* 禁止文本域缩放*/
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 {
	text-decoration: none;
}

/*======
 *主样式
 *=====*/

/*************
  头部导航区
*************/
.fixed-header .service-header {
	position: fixed;
	width: 100%;
	z-index: 1000;
	left: 0;
	top: 0;
	_position: absolute;
}

.wrap {
	width: 1000px;
	margin: 0px auto;
}

.fixed-header {
	padding-top: 51px;
	_padding-top: 0;
}

.service-header {
	height: 51px;
	background: url("../images/icon-inner-top.png") repeat-x scroll 0 -306px
		#595B59;
}

.service-top-nav {
	padding-left: 35px;
	width: 1000px;
}

.service-top-nav li {
	float: left;
	font-size: 0;
	padding: 0;
	line-height: 0;
	height: 51px;
	width: 138px;
}

.service-top-nav li a {
	display: block;
	height: 51px;
	width: 138px;
	background-image: url("../images/icon-inner-top.png");
}

.service-top-nav .icon-home {
	background-position: 0 -255px;
}

.service-top-nav .icon-ccm {
	background-position: 0 -51px;
}

.service-top-nav .icon-szk {
	background-position: 0 -102px;
}

.service-top-nav .icon-xad {
	background-position: 0 -153px;
}

.service-top-nav .icon-sns {
	background-position: 0 -204px;
}

.service-top-nav .icon-adm {
	width: 138px;
	background-position: 0 0;
}

.service-top-nav .icon-atlas {
	background-position: 0 -408px;
}

.service-top-nav .icon-RED {
	background-position: 0 -459px;
}

.service-top-nav .icon-ecology {
	background-position: 0 -510px;
}

.service-top-nav .icon-case {
	background-position: center -562px;
}

.service-top-nav li.current, .service-top-nav .stn-sub:hover {
	background: url("../images/icon-inner-top.png") repeat scroll 0 -357px
		transparent;
}

.icon-newslist {
	background-position: center -1426px;
}

.icon-trend {
	background-position: center -1478px;
}

.about-company-header .ach-li, .about-company-header .ach-li1,
	.about-company-header .ach-li2, .about-company-header .ach-li3,
	.about-company-header .ach-li4 {
	margin-right: 0;
	width: 110px;
}

.about-company-header .ach-li a, .about-company-header .ach-li1 a,
	.about-company-header .ach-li2 a, .about-company-header .ach-li3 a,
	.about-company-header .ach-li4 a {
	display: block;
	width: 110px;
}
div .yxys{
	background: #f4f4f4;
}
.about-company-header .ptjs a {
	background-position: center 12px;
}

.about-company-header .yxys a {
	background-position: center -84px;
}

.about-company-header .ptzy a {
	background-position: center -34px;
}

.about-company-header .zssf a {
	background-position: center -140px;
}

.about-company-header .cgal a {
	background-position: center -195px;
}

.about-company-header .ach-li a:hover, .about-company-header .ach-li1 a:hover,
	.about-company-header .ach-li2 a:hover, .about-company-header .ach-li3 a:hover,
	.about-company-header .ach-li4 a:hover {
	background-color: #2E2E2E;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

/*************
  banner区
*************/
.banner-jrtt {
	clear: both;
	height: 300px;
	overflow: hidden;
	background: url(../images/gangao.jpg) center top no-repeat;
}

.banner-shhs {
	clear: both;
	height: 428px;
	overflow: hidden;
	background: url(../images/shhs-banner.jpg) center top no-repeat;
}
.banner-shhs-bg {
	clear: both;
	height: 428px;
	overflow: hidden;
	background: url(../images/banner_repeat.jpg) repeat-x scroll 0 0;
}

.banner-momo {
	clear: both;
	height: 428px;
	overflow: hidden;
	background: url(../images/momo-banner.jpg) center top no-repeat;
}
.banner-momo-bg {
	clear: both;
	height: 428px;
	overflow: hidden;
	background: url(../images/banner_repeat.jpg) repeat-x scroll 0 0;
}


.banner {
	width: 100%;
	height: 428px;
	margin: 0 auto;
	position: relative;
}

.banner-scroll-wrap {
	width: 100%;
	height: 428px;
	position: relative;
	overflow: hidden;
}

.banner-scroll {
	position: absolute;
	top: 0;
	left: 0;
	width: 99999em;
}

.banner-img-wrap {
	float: left;
	position: relative;
	width: 1900px;
	height: 428px;
}

.banner-img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 428px;
}

.banner-bg {
	position: relative;
	width: 100%;
	height: 428px;
}

.banner1 .banner-bg {
	background-color: #026ad9;
}

.banner2 .banner-bg {
	background-color: #026ad9;
}

.banner3 .banner-bg {
	background-color: #2b7ed1;
}

.banner4 .banner-bg {
	background-color: #1da66e;
}

.banner5 .banner-bg {
	background-color: #40cacd;
}

.banner1 .banner-img {
	background: url(../images/gdt-banner-01.jpg) center top no-repeat;
}

.banner2 .banner-img {
	background: url(../images/gdt-banner-02.jpg) center top no-repeat;
}

.banner3 .banner-img {
	background: url(../images/gdt-banner-03.jpg) center top no-repeat;
}

.banner4 .banner-img {
	background: url(../images/gdt-banner-04.jpg) center top no-repeat;
}

.banner5 .banner-img {
	background: url(../images/gdt-index-banner0518.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-index.png) -250px -100px no-repeat;
}

.banner-list-dot a.current {
	background: url(../images/icons-index.png) -200px -100px no-repeat;
}

.scroll-arrow {
	position: absolute;
	display: block;
	top: 200px;
	width: 60px;
	height: 60px;
	background: url(../images/icons-index.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);
}

.snswin-scroll-arrow {
	position: absolute;
	display: block;
	top: 150px;
	width: 60px;
	height: 60px;
	background: url(../images/icons-index.png) no-repeat;
	z-index: 99;
}

.snswin-scroll-arrow.arrow-right {
	right: 50px;
	background-position: -30px -135px;
}

.snswin-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);
}

.snswin-scroll-arrow.arrow-left {
	left: 50px;
	background-position: 20px -135px;
}

.snswin-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);
}
/*新浪扶冀 start*/
.sina-scroll-arrow {
	position: absolute;
	display: block;
	top: 150px;
	width: 60px;
	height: 60px;
	background: url(../images/icons-index.png) no-repeat;
	z-index: 99;
}

.sina-scroll-arrow.arrow-right {
	right: 50px;
	background-position: -30px -135px;
}

.sina-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);
}

.sina-scroll-arrow.arrow-left {
	left: 50px;
	background-position: 20px -135px;
}

.sina-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);
}

.sina-banner-wrap {
	clear: both;
	height: 428px;
	overflow: hidden;
	padding-top: 50px;
}

.sina-banner {
	width: 100%;
	height: 428px;
	margin: 0 auto;
	position: relative;
}

.sina-banner-scroll-wrap {
	width: 100%;
	height: 428px;
	position: relative;
	overflow: hidden;
}

.sina-banner-scroll {
	position: absolute;
	top: 0;
	left: 0;
	width: 99999em;
}

.sina-banner-img-wrap {
	float: left;
	position: relative;
	width: 2220px;
	height: 428px;
}

.sina-banner-img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 428px;
}

.sina-banner-bg {
	position: relative;
	width: 100%;
	height: 428px;
}

.sina-banner1 .sina-banner-bg {
	background: url(../images/p_bg_line_1.jpg) repeat-x scroll 0 0;
}

.sina-banner2 .sina-banner-bg {
	background: url(../images/p_bg_line_2.jpg) repeat-x scroll 0 0;
}

.sina-banner3 .sina-banner-bg {
	background: url(../images/p_bg_line_3.jpg) repeat-x scroll 0 0;
}

.sina-banner1 .sina-banner-img {
	background: url(../images/sina-01.jpg) center top no-repeat;
}

.sina-banner2 .sina-banner-img {
	background: url(../images/sina-02.jpg) center top no-repeat;
}

.sina-banner3 .sina-banner-img {
	background: url(../images/sina-03.jpg) center top no-repeat;
}
/*新浪扶冀 end*/

/*今日头条 start*/
.toutiao-scroll-arrow {
	position: absolute;
	display: block;
	top: 150px;
	width: 60px;
	height: 60px;
	background: url(../images/icons-index.png) no-repeat;
	z-index: 99;
}

.toutiao-scroll-arrow.arrow-right {
	right: 50px;
	background-position: -30px -135px;
}

.toutiao-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);
}

.toutiao-scroll-arrow.arrow-left {
	left: 50px;
	background-position: 20px -135px;
}

.toutiao-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);
}

.toutiao-banner-wrap {
	clear: both;
	height: 428px;
	overflow: hidden;
	padding-top: 50px;
}

.toutiao-banner {
	width: 100%;
	height: 428px;
	margin: 0 auto;
	position: relative;
}

.toutiao-banner-scroll-wrap {
	width: 100%;
	height: 428px;
	position: relative;
	overflow: hidden;
}

.toutiao-banner-scroll {
	position: absolute;
	top: 0;
	left: 0;
	width: 99999em;
}

.toutiao-banner-img-wrap {
	float: left;
	position: relative;
	width: 2220px;
	height: 428px;
}

.toutiao-banner-img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 428px;
}

.toutiao-banner-bg {
	position: relative;
	width: 100%;
	height: 428px;
}

.toutiao-banner1 .toutiao-banner-bg {
	background: url(../images/toutiao_p_bg_line_1.jpg) repeat-x scroll 0 0;
}

.toutiao-banner2 .toutiao-banner-bg {
	background: url(../images/toutiao_p_bg_line_2.jpg) repeat-x scroll 0 0;
}

.toutiao-banner1 .toutiao-banner-img {
	background: url(../images/toutiao-01.jpg) center top no-repeat;
}

.toutiao-banner2 .toutiao-banner-img {
	background: url(../images/toutiao-02.jpg) center top no-repeat;
}
/*今日头条 end*/

.snswin-banner-wrap {
	clear: both;
	height: 428px;
	overflow: hidden;
	padding-top: 50px;
}

.snswin-banner {
	width: 100%;
	height: 428px;
	margin: 0 auto;
	position: relative;
}

.snswin-banner-scroll-wrap {
	width: 100%;
	height: 428px;
	position: relative;
	overflow: hidden;
}

.snswin-banner-scroll {
	position: absolute;
	top: 0;
	left: 0;
	width: 99999em;
}

.snswin-banner-img-wrap {
	float: left;
	position: relative;
	width: 1920px;
	height: 428px;
}

.snswin-banner-img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 428px;
}

.snswin-banner-bg {
	position: relative;
	width: 100%;
	height: 428px;
}

.snswin-banner1 .snswin-banner-bg {
	background: #274376 none repeat scroll 0% 0%;
}

.snswin-banner2 .snswin-banner-bg {
	background: #274376 none repeat scroll 0% 0%;
}

.snswin-banner3 .snswin-banner-bg {
	background: #274376 none repeat scroll 0% 0%;
}

.snswin-banner4 .snswin-banner-bg {
	background: #274376 none repeat scroll 0% 0%;
}

.snswin-banner1 .snswin-banner-img {
	background: url(../images/banner-1.jpg) center top no-repeat;
}

.snswin-banner2 .snswin-banner-img {
	background: url(../images/banner-2.jpg) center top no-repeat;
}

.snswin-banner3 .snswin-banner-img {
	background: url(../images/banner-3.jpg) center top no-repeat;
}

.snswin-banner4 .snswin-banner-img {
	background: url(../images/banner-4.jpg) center top no-repeat;
}
/*************
  主内容区
*************/
.main {
	
}
/*
		了解广点通 S
	*/
.content-gdt-wrap {
	background-color: #ebebeb;
	padding-bottom: 10px;
}

.content-gdt {
	width: 1000px;
	margin: 0 auto;
}

.introduction {
	margin-bottom: 50px;
}

.introduction h1 {
	padding: 0 70px;
	font-size: 48px;
	line-height: 122px;
	font-weight: blod;
	color: #333;
}
.tab-container h1 {
	font-size: 48px;
	line-height: 122px;
	font-weight: bolod;
	color: #333;
}

.introduction p {
	padding: 0 70px;
	line-height: 32px;
	font-size: 16px;
	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-index.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-index.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;
}

.sax_p {
	line-height: 23px;
	padding-bottom: 10px;
	font-size: 14px;
}

.sax_div {
	width: 280px;
}

.sax_div p {
	width: 240px;
	padding: 0 10px;
	height: 115px;
	overflow: hidden;
	line-height: 23px;
	margin: 0 auto;
	font-size: 14px;
}
/*
		浮动工具栏  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-index.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-index.png) -185px -130px #2c9cff
		no-repeat;
}

.ico-arrow:hover {
	background-color: #2b7ed1;
}

/*
		浮动工具栏  E
	*/

/* 广点官网UI组件规范---按钮 */
.tc-btn, .tc-btn:link, .tc-btn:visited, .tc-btn:hover, .tc-btn:active {
	display: block;
	margin: 0 auto;
	width: 260px;
	height: 48px;
	text-align: center;
	font: 18px/48px "Microsoft YaHei";
	text-decoration: none;
	color: #fff;
	vertical-align: middle;
	cursor: pointer;
}
/*
		浮动工具栏  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(../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(../images/icons.png) -185px -130px #2c9cff no-repeat;
}

.ico-arrow:hover {
	background-color: #2b7ed1;
}
/*
		浮动工具栏  E
	*/

/*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-index.png) -120px -950px no-repeat;
}

/*-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;
}

.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;
}

.hide-text {
	text-indent: -9999em
}

.products {
	overflow: hidden; #
	zoom: 1
}

.products .tab {
	height: 150px;
	background: url(../images/tab-bg.png) repeat-x 0 0;
	overflow: hidden
}

.products .tab .ico, .products .tab .txt {
	display: block;
	width: 100px;
	margin: 0 auto
}

.products .tab .ico {
	height: 70px
}

.products .tab .txt {
	height: 30px;
	text-indent: -9999em;
	overflow: hidden
}

.products .tab .ico-superiority {
	background-image: url(images/help-center-v2.png);
	background-position: -1992px 0
}

.products .tab .ico-resource {
	background-image: url(images/help-center-v2.png);
	background-position: -2093px 0
}

.products .tab .ico-fee {
	background-image: url(images/help-center-v2.png);
	background-position: -2194px 0
}

.products .tab .ico-jingrong {
	background-image: url(images/help-center-v2.png);
	background-position: -2295px 0
}

.products .tab .txt-superiority {
	background-image: url(images/help-center-v2.png);
	background-position: -2275px -71px
}

.products .tab .txt-resource {
	background-image: url(images/help-center-v2.png);
	background-position: -2275px -102px
}

.products .tab .txt-fee {
	background-image: url(images/help-center-v2.png);
	background-position: -2376px -71px
}

.products .tab .txt-jingrong {
	background-image: url(images/help-center-v2.png);
	background-position: -2376px -102px
}

.products .tab .current .txt-superiority {
	background-image: url(images/help-center-v2.png);
	background-position: -2467px 0
}

.products .tab .current .txt-resource {
	background-image: url(images/help-center-v2.png);
	background-position: -2467px -31px
}

.products .tab .current .txt-fee {
	background-image: url(images/help-center-v2.png);
	background-position: -2477px -62px
}

.products .tab .current .txt-jingrong {
	background-image: url(images/help-center-v2.png);
	background-position: -2477px -93px
}

.products .tab ul {
	width: 863px;
	margin: 0 auto
}

.products .tab li {
	float: left;
	width: 280px;
	padding-right: 1px;
	background: url(../images/split-v.png) no-repeat 100% 0
}

.products .tab .last {
	background: none;
	padding-right: 0
}

.products .tab li a {
	display: block;
	padding: 24px 0 0;
	height: 126px
}

.products .tab .current a {
	background: url(../images/arrow.png) no-repeat 50% 100%
}

.products .tab-container {
	position: relative;
	width: 860px;
	margin: 0 auto;
	overflow: hidden; #
	zoom: 1
}

.txzht-tab-container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden; #
	zoom: 1
}

.products .tab-panel-hide {
	display: none
}

#mainWrapper .tab-panel-hide {
	display: none
}
.products .tab-container .item-01 {
	height: 383px;
	background: url(../images/item-01.jpg) no-repeat;
	width: 960px;
	margin: 0 auto
}

.products .tab-container .item-02 {
	height: 448px;
	background: url(../images/item-02.jpg) no-repeat;
	width: 960px;
	margin: 0 auto
}

.products .tab-container .item-03 {
	height: 443px;
	background: url(../images/item-03.jpg) no-repeat;
	width: 960px;
	margin: 0 auto
}
.products .tab-container .tt-item-01 {
	height: 383px;
	background: url(../images/tt-item-01.jpg) no-repeat;
	width: 960px;
	margin: 0 auto
}

.products .tab-container .tt-item-02 {
	height: 448px;
	background: url(../images/tt-item-02.jpg) no-repeat;
	width: 960px;
	margin: 0 auto
}

.products .tab-container .tt-item-03 {
	height: 443px;
	background: url(../images/tt-item-03.jpg) no-repeat;
	width: 960px;
	margin: 0 auto
}

.products .tab-container .tt-item-04 {
	height: 383px;
	background: url(../images/tt-item-04.jpg) no-repeat;
	width: 960px;
	margin: 0 auto
}

.products .tab-container .item-09 {
	height: 345px;
	background: url(../images/item-09.jpg) no-repeat;
	width: 960px;
	margin: 0 auto
}

.item-09 {
	height: 345px;
	background: url(../images/item-09.jpg) no-repeat;
	width: 960px;
	margin: 0 auto
}

.item-10 {
	height: 383px;
	background: url(../images/item-10.jpg) no-repeat;
	width: 960px;
	margin: 0 auto
}

.item-11 {
	height: 363px;
	background: url(../images/item-11.jpg) no-repeat;
	width: 960px;
	margin: 0 auto
}

.products .tab-container .item-10 {
	height: 383px;
	background: url(../images/item-10.jpg) no-repeat;
	width: 960px;
	margin: 0 auto
}

.products .tab-container .item-11 {
	height: 363px;
	background: url(../images/item-11.jpg) no-repeat;
	width: 960px;
	margin: 0 auto
}

.products .tab-container .item-12 {
	height: 341px;
	background: url(../images/item-12.jpg) no-repeat;
	width: 960px;
	margin: 0 auto
}

.products .tab-container .item-13 {
	height: 383px;
	background: url(../images/item-13.jpg) no-repeat;
	width: 960px;
	margin: 0 auto
}

.products .tab-container .item-14 {
	height: 419px;
	background: url(../images/item-14.jpg) no-repeat;
	width: 960px;
	margin: 0 auto
}

.products .contact {
	background: url(../images/split-h.png) no-repeat 50% 0
}

.products .contact .inner {
	width: 960px;
	padding-top: 41px;
	text-align: center
}

.products .contact a {
	display: inline-block;
	height: 88px;
	margin: 36px 32px 0
}

.products .contact .qq {
	width: 85px;
	background-image: url(images/help-center-v2.png);
	background-position: -1484px 0
}

.products .contact .weibo {
	width: 85px;
	background-image: url(images/help-center-v2.png);
	background-position: -1570px 0
}

.products .contact .mail {
	width: 114px;
	background-image: url(images/help-center-v2.png);
	background-position: -1656px 0
}

.products .contact .phone {
	width: 220px;
	background-image: url(images/help-center-v2.png);
	background-position: -1771px 0
}

.products .platform {
	height: 102px;
	background: #fff;
	margin: 35px 0 70px 20px
}

.products .platform .txt {
	float: left;
	width: 450px;
	height: 102px;
	background-image: url(images/help-center-v2.png);
	background-position: 0 0
}

.products .platform .media {
	float: left;
	width: 510px
}

.products .platform .media li {
	float: left;
	width: 102px
}

.products .platform .media li a {
	display: block;
	width: 102px;
	height: 102px
}

.products .platform .media li .qzone {
	background-image: url(images/help-center-v2.png);
	background-position: -454px 0
}

.products .platform .media li .qzone:hover {
	background-image: url(images/help-center-v2.png);
	background-position: -557px 0
}

.products .platform .media li .pengyou {
	background-image: url(images/help-center-v2.png);
	background-position: -660px 0
}

.products .platform .media li .pengyou:hover {
	background-image: url(images/help-center-v2.png);
	background-position: -763px 0
}

.products .platform .media li .qq-music {
	background-image: url(images/help-center-v2.png);
	background-position: -866px 0
}

.products .platform .media li .qq-music:hover {
	background-image: url(images/help-center-v2.png);
	background-position: -969px 0
}

.products .platform .media li .qq-pc {
	background-image: url(images/help-center-v2.png);
	background-position: -1072px 0
}

.products .platform .media li .qq-pc:hover {
	background-image: url(images/help-center-v2.png);
	background-position: -1175px 0
}

.products .platform .media li .qzone-mobile {
	background-image: url(images/help-center-v2.png);
	background-position: -1278px 0
}

.products .platform .media li .qzone-mobile:hover {
	background-image: url(images/help-center-v2.png);
	background-position: -1381px 0
}

.products .tab-resource .item {
	overflow: hidden;
	margin-bottom: 84px;
	*zoom: 1
}

.products .tab-resource .item .mod-img {
	float: left
}

.products .tab-resource .item .mod-intro {
	float: left
}

.products .tab-resource .item .img-scroll {
	padding-top: 8px;
	text-align: center;
	vertical-align: middle;
	*width: 527px
}

.products .tab-resource .item .img-scroll .btn-prev, .products .tab-resource .item .img-scroll .btn-next
	{
	width: 36px;
	height: 36px;
	display: inline-block
}

.products .tab-resource .item .img-scroll .btn-prev {
	background-image: url(images/help-center-v2.png);
	background-position: -2112px -71px;
	margin-right: 20px
}

.products .tab-resource .item .img-scroll .btn-prev:hover {
	background-image: url(images/help-center-v2.png);
	background-position: -2149px -71px
}

.products .tab-resource .item .img-scroll .btn-next {
	right: 56px;
	background-image: url(images/help-center-v2.png);
	background-position: -2186px -71px;
	margin-left: 5px
}

.products .tab-resource .item .img-scroll .btn-next:hover {
	background-image: url(images/help-center-v2.png);
	background-position: -2223px -71px
}

.products .tab-resource .item .img-scroll .icon-scroll {
	background-image: url(images/help-center-v2.png);
	background-position: -1972px -89px;
	width: 14px;
	height: 36px;
	margin: 0 15px 0 0;
	display: inline-block
}

.products .tab-resource .item .img-scroll .icon-scroll-now {
	background-image: url(images/help-center-v2.png);
	background-position: -2260px -71px
}

.products .tab-resource .item-04 .mod-intro {
	background: url(../images/qzone-intro.jpg) no-repeat;
	width: 344px;
	height: 480px
}

.products .tab-resource .item-04 .img-scroll {
	width: 625px
}

.products .tab-resource .item-05 .mod-intro {
	background: url(../images/qqpc-intro.jpg) no-repeat;
	width: 394px;
	height: 530px
}

.products .tab-resource .item-06 .mod-intro {
	background: url(../images/music-intro.jpg) no-repeat;
	width: 403px;
	height: 378px
}

.products .tab-resource .item-06 {
	margin-bottom: 140px
}

.products .tab-resource .item-07 .mod-intro {
	background: url(../images/pengyou-intro.jpg) no-repeat;
	width: 446px;
	height: 531px
}

.products .tab-resource .item-08 .mod-intro {
	background: url(../images/phone-intro.jpg) no-repeat;
	width: 473px;
	height: 318px
}

.gdt {
	width: 960px;
	margin: 0 auto;
}

.gdt li {
	width: 960px;
	height: 443px;
}

.gdt li h3 {
	font-size: 42px;
	padding-top: 117px;
	color: #525252;
}

.gdt li p {
	font-size: 16px;
	padding-top: 20px;
	line-height: 30px;
}

.gdt li p.color {
	font-size: 20px;
	color: #28a0db;
}

.gdt li span.color {
	font-size: 20px;
	color: #28a0db;
}

.gdt .gdt_l {
	width: 410px;
}

.left_l {
	float: left;
}

.right_r {
	float: right;
}

.toutiao_t {
	width: 860px;
	margin: 0 auto;
}

.toutiao_t li {
	width: 860px;
	padding-top: 50px;
	float: left;
}

.toutiao_t li font{
	font-size: 30px;
}

.toutiao_t li p {
	font-size: 16px;
	padding-top: 20px;
	line-height: 30px;
}

.toutiao_t li p.color {
	font-size: 20px;
	color: #67a0d3;
}

.toutiao_t li span.color {
	font-size: 20px;
	color: #67a0d3;
}

.toutiao_t .gdt_l {
	width: 340px;
	padding-top: 100px;
}

.gdt_t {
	width: 860px;
	margin: 0 auto;
}

.gdt_t li {
	width: 860px;
	padding-top: 40px;
	float: left;
}

.gdt_t li font{
	font-size: 30px;
}

.gdt_t li p {
	font-size: 16px;
	padding-top: 10px;
	line-height: 30px;
}

.gdt_t li p.color {
	font-size: 20px;
	color: #67a0d3;
}

.gdt_t li span.color {
	font-size: 20px;
	color: #67a0d3;
}

.gdt_t .gdt_l {
	width: 440px;
	padding-top: 0px;
}

.jpanli {
	padding: 20px 40px 0px;
}

.jpanli ul {
	float: left;
}

.jpanli ul li {
	padding: 26px 0px 6px;
	width: 960px;
	border-bottom-color: rgb(193, 193, 193);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	float: left;
	display: inline;
}

.jpanli ul li span {
	background: url("../images/anli_bj.jpg") no-repeat left bottom;
	width: 428px;
	height: 222px;
	float: left;
}

.jpanli ul li span img {
	width: 428px;
	height: 204px;
}

.jpanli .wen {
	width: 534px;
	float: right;
}

.jpanli .wen h3 {
	font: 28px/78px "Microsoft YaHei", "微软雅黑", "黑体";
	color: rgb(40, 160, 219);
	font-size-adjust: none;
	font-stretch: normal;
}

.jpanli .wen p {
	font: 14px/28px "Microsoft YaHei", "微软雅黑", "黑体";
	color: rgb(82, 82, 82);
	font-size-adjust: none;
	font-stretch: normal;
}


.dsn {
	display: none;
}

.fl {
	float: left;
}

.fuyi_div {
	width: 127px;
	height: 170px;
	overflow: hidden;
	line-height: 21px;
	margin-left: 10px;
	padding-left: 7px;
	color: #fff;
	letter-spacing: 1px;
	font-size: 14px;
}

.fuyi_div1 {
	margin-left: 0;
	background: #77b3d5;
}

.fuyi_div2 {
	background: #77cfd3;
}

.fuyi_div3 {
	margin-left: 12px;
	background: #77c2ae;
}

.fuyi_div4 {
	background: #c6a2ec;
}

.fuyi_div5 {
	margin-left: 11px;
	background: #f3be88;
}

.fuyi_div6 {
	margin-left: 12px;
	background: #e35154;
}

.content_btn {
	margin: 50px 0 20px 0;
}

.content_btn_a {
	width: 105px;
	height: 36px;
	background: url(../images/btn_04.png) no-repeat;
}

.content_box {
	width: 860px;
	margin: 0 auto;
	padding-top: 0px;
}

.content_box .content_box_l {
	width: 640px;
}

.content_box .content_box_r {
	width: 320px;
}

.content_box .content_lists {
	padding-top: 25px;
}

.content_box .content_lists_img {
	width: 214px;
	height: 140px;
	border: 1px solid #aadcd3;
	padding: 2px;
}

.content_box .content_lists_text {
	padding: 0 12px;
}

.content_box .content_lists_text p {
	width: 428px;
	height: 116px;
	line-height: 19px;
	text-indent: 2em;
	padding-top: 10px;
	overflow: hidden;
}

.content_box .content_lists_text p a {
	color: #5a5b5b;
}

.content_box .content_news {
	width: 280px;
	height: 297px;
	padding: 0 20px 20px 20px;
	background: #e35154;
	margin-top: 25px;
}

.content_box .conent_news_text {
	margin-top: 30px;
}

.content_box .conent_news_text p {
	width: 280px;
	height: 74px;
	line-height: 21px;
	overflow: hidden;
	padding: 10px 0;
}

.content_box .conent_news_text p a {
	color: #fff;
}

.content_box .content_box_b {
	padding-top: 45px;
}

.content_box .content_box_b .links {
	padding-top: 20px;
}

.content_box .content_box_b .links li {
	float: left;
	margin-right: 14px;
	margin-top: 10px;
}

.content_box .content_box_b .links li.li1 {
	margin-left: 0px;
}

.content_box .principle_nav a {
	display: block;
	width: 320px;
	height: 190px;
	background: url(../images/icon_2.jpg) no-repeat -322px 0;
	float: left;
}

.content_box .principle_nav a.a2 {
	background-position: -322px -192px;
}

.content_box .principle_nav a.a3 {
	background-position: -322px -384px;
}

.content_box .principle_nav a.a1_hover {
	background-position: 0 0;
}

.content_box .principle_nav a.a2_hover {
	background-position: 0 -192px;
}

.content_box .principle_nav a.a3_hover {
	background-position: 0 -384px;
}

.main_wraper {
	/*margin:0 0 50px 230px;*/
	_float: left;
	_margin: 0 0 50px 0;
}

.main_header {
	width: 100%;
	background: #ececec;
	height: 52px;
	position: relative;
	margin-bottom: 20px;
}
.shhs_main_header {
	width: 100%;
	font-size: 32px;
	line-height: 130px;
	position: relative;
	margin-bottom: 0px;
	padding-left: 40px;
}

.main_header_bg {
	position: absolute;
	background: url(../images/icon.png) -25px -57px;
	display: block;
	width: 23px;
	height: 12px;
	left: 42px;
	top: 52px;
}

.main_header h3 {
	color: #0073dd;
	line-height: 52px;
	padding-left: 30px;
}

.main_center {
	padding: 0 10px;
}

.main_center p {
	text-indent: 2em;
	line-height: 28px;
	color: #242424;
	font-size: 14px;
}

.main_center .main_list1 {
	position: relative;
	padding: 20px 2em;
}

.main_list1_title {
	position: relative;
	margin-bottom: 5px;
}
.img_explain{
    overflow:hidden;
}
.img_explain li{
    width:99px;
    float:left;
    margin:0 19px 0  13px;
}
.img_explain li div{
    text-align:center;
    font-size:14px;
    font-weight:bold;
}
.img_explain li p {
    color: #242424;
    font-size: 12px;
    line-height: 20px;
    text-indent: 0;
    text-align: center;
}
.list1_tag {
	width: 32px;
	height: 32px;
	display: inline-block;
	position: absolute;
	background: url(../images/icon.png);
	background-position: -25px -25px;
}

.list1_tag_text {
	position: relative;
	left: 45px;
	font-weight: bold;
	line-height: 32px;
	font-size: 16px;
	color: #1c1c1c;
}
.list_img{
    width:342px;
    height:209px;
    background:url(../images/image1.png);
    float:left;
}
.list_img1{
    background-position:0 0;
}
.list_img2{
    background-position:0 -209px;
}
.list_img3{
    background-position:0 -418px;
}
.list_img4{
    background-position:0 -627px;
}
.tag1{
    background-position:-25px 0;
    position:absolute;
}
.list_text{
    padding:40px 0 40px 20px;
}
.list_img_tag{
    color:#0073dd;
    font-weight:bold;
    position:relative;
    padding:10px ;

}
.list_img_tag .tag_text{
    line-height:25px;
    position:relative;
    left:30px;
}
.main_center .main_list1{
    position:relative;
    padding:20px 2em;
}
.main_list1_title{
    position:relative;
    margin-bottom:5px;
}
.list1_tag{
    width:32px;
    height:32px;
    display:inline-block;
    position:absolute;
    background:url(../images/icon.png);
    background-position:-25px -25px;
}
.list1_tag_text{
    position:relative;
    left:45px;
    font-weight:bold;
    line-height:32px;
    font-size:16px;
    color:#1c1c1c;
}
.icon25{
    background:url(../images/icon.png);
    width:25px;
    height:25px;
    display:inline-block;
}
.tag1{
    background-position:-25px 0;
    position:absolute;
}
.main_list{
    margin-bottom:30px;
}
.main_list li{
    height:210px;
    padding:10px;
}
.main_list1 li p {
	padding-left: 16px;
}

.main_list1 li {
	margin-bottom: 30px;
}

.main_header h3.color_black {
	color: #242424;
	padding-left: 5px;
}

.main_header h3.color_black {
	color: #242424;
	padding-left: 5px;
}

.main_list2 {
	padding: 10px 20px;
}

.main_list2 li {
	margin-bottom: 10px;
}

.main_list2_title {
	width: 100%;
	background: #FFF;
	border-left: 15px solid #0073dd;
	height: 46px;
	line-height: 46px;
	color: #0073dd;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 10px;
}
/*成功案例*/
.mx-cgal {
	font-size: 42px;
	line-height: 80px;
	width: 1000px;
	margin: 80px auto;
	padding-top: 40px;
}
/*经典案例*/
.tc-case-wrapper {
	position: relative;
	width: 1000px;
	padding-top: 0px;
	margin: 0 auto;
}

.tc-case-class {
	position: absolute;
	top: 0px;
	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: 140px;
}

.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;
}

/*=S footer */
.home-footer {
	height: 320px;
	font-size: 12px;
	text-align: center;
	background: #EBEBEB none repeat scroll 0% 0%;
}

.share {
	padding: 65px 0 60px;
}

.share a {
	display: inline-block;
	width: 58px;
	height: 58px;
	margin: 0 10px;
	background: url("../images/icon-home.png");
	position: relative;
}

.share .s-weibo {
	background-position: 1px -278px;
	top: -11px;
}

.share .s-weixin {
	background-position: -57px -278px;
	top: -13px;
}

.share .s-restart {
	background-position: 0 -180px;
	width: 98px;
	height: 98px;
}

.share .s-qzone {
	background-position: -112px -180px;
	top: -13px;
}

.share .s-ttweibo {
	background-position: -113px -240px;
	top: -13px;
}
/*=E footer */